projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef9f2e
)
(jka-compr-partial-uncompress): Don't use `concat' for numbers.
author
Kenichi Handa
<handa@m17n.org>
Wed, 20 Dec 2000 11:07:03 +0000
(11:07 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 20 Dec 2000 11:07:03 +0000
(11:07 +0000)
lisp/jka-compr.el
patch
|
blob
|
history
diff --git
a/lisp/jka-compr.el
b/lisp/jka-compr.el
index 682c46fc097ab5ad8946229910b5302d7a79cdf6..ae63d71c92e332f50f332a6ea8b4e686074955e2 100644
(file)
--- a/
lisp/jka-compr.el
+++ b/
lisp/jka-compr.el
@@
-291,7
+291,7
@@
to keep: LEN chars starting BEG chars from the beginning."
;; dd seems to be unreliable about
;; providing the last block. So, always
;; read one more than you think you need.
- (if count (
concat "count=
" (1+ count)) ""))))
+ (if count (
format "count=%d
" (1+ count)) ""))))
(unwind-protect
(or (memq (call-process jka-compr-shell